/* MS Water Solution - Main Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --blue-deep: #0D6EFD;
  --blue-mid: #0D6EFD;
  --cyan: #22C55E;
  --cyan-light: #4ADE80;
  --white: #FFFFFF;
  --ice: #F0F6FF;
  --ice-dark: #DCEAFF;
  --slate: #1F2937;
  --slate-light: #5B6B7E;
  --orange: #0D6EFD;
  --orange-dark: #0B5ED7;
  --green-wa: #22C55E;
  --shadow: 0 4px 20px rgba(13,110,253,0.12);
  --shadow-hover: 0 8px 40px rgba(13,110,253,0.22);
  --radius: 12px;
  --radius-lg: 20px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--slate);
  background: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ===== WATER RIPPLE ANIMATION ===== */
@keyframes ripple {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(2.5); opacity: 0; }
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(13,110,253,0.4); }
  50% { box-shadow: 0 0 0 15px rgba(13,110,253,0); }
}
@keyframes slideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes fadeInUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes waterFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(10px);
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  animation: slideDown 0.5s ease;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-logo-img {
  height: 44px;
  width: auto;
  object-fit: contain;
}
.footer-logo-img {
  height: 46px;
  width: auto;
  object-fit: contain;
  margin-bottom: 6px;
}
.navbar-logo .logo-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  animation: float 3s ease-in-out infinite;
}
.navbar-logo .logo-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--white);
  line-height: 1;
}
.navbar-logo .logo-text span {
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.nav-links a {
  color: var(--slate);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.3s;
}
.nav-links a:hover, .nav-links a.active {
  background: rgba(13,110,253,0.08);
  color: var(--blue-deep);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-call-nav {
  background: var(--orange);
  color: white;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
  white-space: nowrap;
}
.btn-call-nav:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}
.hamburger span {
  width: 25px;
  height: 2px;
  background: var(--slate);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ===== HERO SECTION ===== */
.hero {
  margin-top: 70px;
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ice);
}
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 5%;
  max-width: 560px;
  animation: fadeInUp 0.8s ease;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue-deep);
  padding: 0;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 1px 12px rgba(255,255,255,0.6);

  letter-spacing: 1px;
}
.hero-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--slate);
  margin-bottom: 10px;
  line-height: 1.15;
  text-shadow: 0 2px 20px rgba(255,255,255,0.5);
}
.hero-title span { color: var(--blue-deep); }
.hero-subtitle {
  font-size: 1.1rem;
  color: var(--slate-light);
  margin-bottom: 8px;
  font-weight: 600;
  text-shadow: 0 1px 12px rgba(255,255,255,0.6);
}
.hero-location {
  color: var(--blue-deep);
  font-size: 0.95rem;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  text-shadow: 0 1px 12px rgba(255,255,255,0.6);
}
.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.btn-primary {
  background: var(--orange);
  color: white;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  animation: pulse-glow 2s ease-in-out infinite;
}
.btn-primary:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}
.btn-whatsapp {
  background: var(--green-wa);
  color: white;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.btn-whatsapp:hover {
  background: #16A34A;
  transform: translateY(-2px);
}
.hero-stats {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.hero-stat { text-align: center; }
.hero-stat .num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--blue-deep);
  line-height: 1;
}
.hero-stat .label {
  font-size: 0.75rem;
  color: var(--slate-light);
  margin-top: 3px;
}

/* ===== TICKER BAR ===== */
.ticker {
  background: var(--cyan);
  padding: 10px 0;
  overflow: hidden;
}
.ticker-inner {
  display: flex;
  gap: 60px;
  animation: ticker 20s linear infinite;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--blue-deep);
}
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.ticker-item { display: flex; align-items: center; gap: 8px; }

/* ===== SECTION STYLES ===== */
section { padding: 80px 5%; }
.section-label.text-center { text-align: center; }
.section-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--cyan);
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}
.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--blue-deep);
  margin-bottom: 16px;
}
.section-title span { color: var(--cyan); }
.section-desc {
  font-size: 1rem;
  color: var(--slate-light);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.text-center { text-align: center; }
.text-center .section-desc {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-desc.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ===== SERVICES GRID ===== */
.services-bg { background: var(--ice); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.service-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  cursor: pointer;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.service-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover .service-card-img img { transform: scale(1.08); }
.service-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--blue-deep);
  color: white;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
}
.service-card-body { padding: 20px; }
.service-card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--blue-deep);
  margin-bottom: 8px;
}
.service-card-desc {
  font-size: 0.85rem;
  color: var(--slate-light);
  line-height: 1.6;
  margin-bottom: 14px;
}
.service-card-link {
  color: var(--cyan);
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.3s;
}
.service-card:hover .service-card-link { gap: 8px; }

/* ===== WHY US ===== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
.why-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  border-top: 3px solid var(--cyan);
  transition: all 0.3s;
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.why-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--blue-deep), var(--cyan));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 16px;
}
.why-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--blue-deep);
  margin-bottom: 8px;
}
.why-desc { font-size: 0.85rem; color: var(--slate-light); line-height: 1.6; }

/* ===== PROCESS ===== */
.process-bg {
  background: var(--blue-deep);
  text-align: center;
}
.process-bg .section-label,
.process-bg .section-title,
.process-bg .section-desc {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.process-bg .section-title { color: white; }
.process-bg .section-desc { color: rgba(255,255,255,0.7); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  position: relative;
}
.process-step {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-num {
  width: 56px;
  height: 56px;
  background: var(--cyan);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--blue-deep);
  margin: 0 auto 16px;
}
.step-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  text-align: center;
}
.step-desc {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  text-align: center;
  max-width: 220px;
}

/* ===== TESTIMONIALS ===== */
.testimonials-bg { background: var(--ice); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.testimonial-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}
.testimonial-stars { color: #FFB800; margin-bottom: 14px; font-size: 1.1rem; }
.testimonial-text {
  font-size: 0.92rem;
  color: var(--slate-light);
  line-height: 1.7;
  margin-bottom: 18px;
  font-style: italic;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--blue-deep), var(--cyan));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1rem;
}
.testimonial-name { font-weight: 700; color: var(--blue-deep); font-size: 0.9rem; }
.testimonial-loc { font-size: 0.78rem; color: var(--slate-light); }

/* ===== BLOG ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.blog-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all 0.3s;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.blog-card-img { height: 180px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .blog-card-img img { transform: scale(1.06); }
.blog-card-body { padding: 20px; }
.blog-category {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--cyan);
  margin-bottom: 8px;
}
.blog-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--blue-deep);
  margin-bottom: 10px;
  line-height: 1.4;
}
.blog-excerpt { font-size: 0.83rem; color: var(--slate-light); line-height: 1.6; }

/* ===== FAQ ===== */
.faq-bg { background: var(--ice); }
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: white;
  border-radius: var(--radius);
  margin-bottom: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq-question {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--blue-deep);
  transition: background 0.3s;
}
.faq-question:hover { background: var(--ice); }
.faq-toggle {
  width: 28px;
  height: 28px;
  background: var(--blue-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  transition: all 0.3s;
  flex-shrink: 0;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 24px;
  font-size: 0.92rem;
  color: var(--slate-light);
  line-height: 1.7;
}
.faq-item.open .faq-answer { max-height: 200px; padding-bottom: 20px; }
.faq-item.open .faq-toggle { background: var(--cyan); transform: rotate(45deg); }

/* ===== CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(135deg, var(--blue-deep), #5FA8FF);
  padding: 60px 5%;
  text-align: center;
}
.cta-banner h2 { color: white; font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 12px; }
.cta-banner p { color: rgba(255,255,255,0.8); margin-bottom: 30px; font-size: 1rem; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== FOOTER ===== */
footer {
  background: var(--slate);
  color: rgba(255,255,255,0.8);
  padding: 60px 5% 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand .logo-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: white;
  margin-bottom: 4px;
}
.footer-brand .logo-text span { color: var(--cyan); }
.footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.7; margin: 14px 0; }
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.75);
}
.footer-contact-item a { color: var(--cyan-light); }
.footer-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: white;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--cyan);
  display: inline-block;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 0.85rem; color: rgba(255,255,255,0.6); transition: color 0.3s; }
.footer-links a:hover { color: var(--cyan-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-disclaimer {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  max-width: 700px;
}
.footer-copy {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
}
.footer-legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.5); transition: color 0.3s; }
.footer-legal a:hover { color: var(--cyan-light); }

/* ===== FIXED BUTTONS ===== */
.fixed-call {
  position: fixed;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.fab-call-wrap {
  position: fixed;
  bottom: 160px;
  right: 20px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.fab-wa-wrap {
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  text-decoration: none;
}
.fab-call { background: var(--orange); color: white; animation: pulse-glow 2s ease-in-out infinite; }
.fab-call:hover { background: var(--orange-dark); transform: scale(1.1); }
.fab-wa { background: var(--green-wa); color: white; }
.fab-wa:hover { background: #16A34A; transform: scale(1.1); }
.fab-label {
  font-size: 0.65rem;
  font-weight: 700;
  color: white;
  background: var(--slate);
  padding: 2px 8px;
  border-radius: 10px;
  margin-top: -6px;
  white-space: nowrap;
}

/* ===== WHATSAPP POPUP ===== */
.wa-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.wa-popup-overlay.active { display: flex; animation: fadeInUp 0.4s ease; }
.wa-popup {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.wa-popup-header {
  background: var(--green-wa);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.wa-popup-header .wa-icon { font-size: 28px; }
.wa-popup-header h3 { color: white; font-size: 1.1rem; margin-bottom: 2px; }
.wa-popup-header p { color: rgba(255,255,255,0.85); font-size: 0.82rem; }
.wa-popup-close {
  margin-left: auto;
  background: rgba(255,255,255,0.2);
  border: none;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wa-popup-body { padding: 24px; }
.wa-form-group { margin-bottom: 16px; }
.wa-form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--slate); margin-bottom: 6px; }
.wa-form-group input,
.wa-form-group select {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #e0e9f0;
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  color: var(--slate);
  transition: border-color 0.3s;
  background: white;
}
.wa-form-group input:focus,
.wa-form-group select:focus {
  outline: none;
  border-color: var(--green-wa);
}
.wa-submit {
  width: 100%;
  background: var(--green-wa);
  color: white;
  border: none;
  padding: 13px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
}
.wa-submit:hover { background: #16A34A; }

/* ===== BREADCRUMB ===== */
.breadcrumb {
  background: var(--ice);
  padding: 14px 5%;
  font-size: 0.82rem;
  color: var(--slate-light);
}
.breadcrumb a { color: var(--blue-mid); }
.breadcrumb span { margin: 0 6px; }

/* ===== INNER PAGE HERO ===== */
.page-hero {
  background: linear-gradient(135deg, var(--blue-deep), #5FA8FF);
  padding: 80px 5%;
  text-align: center;
  margin-top: 70px;
}
.page-hero h1 { color: white; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 14px; }
.page-hero p { color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto; }

/* ===== BLOG PAGE ===== */
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-full-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 30px;
}
.blog-full-img { height: 250px; overflow: hidden; }
.blog-full-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-full-body { padding: 28px; }
.blog-meta { display: flex; gap: 16px; font-size: 0.78rem; color: var(--slate-light); margin-bottom: 12px; flex-wrap: wrap; }
.blog-full-title { font-size: 1.4rem; color: var(--blue-deep); margin-bottom: 12px; line-height: 1.35; }
.blog-sidebar-widget {
  background: white;
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}
.sidebar-title { font-size: 1rem; font-weight: 700; color: var(--blue-deep); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--ice-dark); }

/* ===== LEGAL PAGES ===== */
.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 5%;
}
.legal-content h2 { font-size: 1.5rem; color: var(--blue-deep); margin: 30px 0 12px; }
.legal-content h3 { font-size: 1.1rem; color: var(--blue-mid); margin: 20px 0 8px; }
.legal-content p { font-size: 0.92rem; color: var(--slate-light); line-height: 1.8; margin-bottom: 14px; }
.legal-content ul { padding-left: 20px; margin-bottom: 14px; }
.legal-content ul li { font-size: 0.92rem; color: var(--slate-light); line-height: 1.8; margin-bottom: 6px; }
.legal-date { font-size: 0.82rem; color: var(--slate-light); margin-bottom: 30px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .blog-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: white; padding: 20px; gap: 4px; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
  .nav-cta.open { display: flex; flex-direction: column; padding: 0 20px 20px; background: white; position: absolute; top: auto; left: 0; right: 0; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
  .hamburger { display: flex; }
  .hero { min-height: auto; flex-direction: column; align-items: stretch; }
  .hero-img { position: relative; height: auto; width: 100%; object-fit: contain; aspect-ratio: 1773/887; }
  .hero-content { max-width: 100%; padding: 24px 5% 40px; background: var(--white); position: relative; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .hero-stats { gap: 20px; }
  .fab-call-wrap { bottom: 80px; right: 14px; }
  .fab-wa-wrap { bottom: 14px; right: 14px; }
}
@media (max-width: 480px) {
  section { padding: 60px 5%; }
  .hero-btns { flex-direction: column; }
  .cta-btns { flex-direction: column; align-items: center; }
}
